big			- modules that fit to ATmega with more than 16kB Flash
small			- modules that fit to ATmega with 16kB Flash
AVR_MP_16.aps	- project for AVR Studio 4
AVR_MP_16.asm	- entry file
header.asm		- header file
tabs.asm		- precalculated tables
USART.asm		- USART module
MOD.ASM		- MOD music converted to .db array
AVR_MP_16.hex	- precompiled player with music for ATmega16 (16MHz, OC0 and OC2 used as Left and Right outputs)
avr_mp_16.aws	- project workspace
MOD2ASM.EXE		- Qbasic tool to convert file "mod.mod" into "MOD.ASM". No CmdLine provided :)
mod.mod		- mod.mod
read_me.txt		- guess what